Skip to content

chore(readme): swap brand mark to the new fingerprint logo#52

Merged
pulkitpareek18 merged 2 commits into
mainfrom
chore/update-readme-logo
May 16, 2026
Merged

chore(readme): swap brand mark to the new fingerprint logo#52
pulkitpareek18 merged 2 commits into
mainfrom
chore/update-readme-logo

Conversation

@pulkitpareek18
Copy link
Copy Markdown
Collaborator

Summary

  • Adds public/zeroauth-mark.svg (black on transparent) + public/zeroauth-mark-dark.svg (white variant for dark mode)
  • README header uses a <picture> element so the mark renders correctly against both light and dark GitHub themes

Out of scope (follow-up brand sweep)

The old blue-gradient "Z" mark is still used by:

  • public/favicon.svg (browser favicon)
  • public/index.html line 936-942 (landing page nav)
  • website/static/img/zeroauth-favicon.svg (docs site)
  • Dashboard /favicon.svg reference

Those need a coordinated swap — out of scope for this README-only commit.

Test plan

  • Logo renders at 96px in the README preview
  • CI green

Adds public/zeroauth-mark.svg + dark-mode variant. The README header
now uses a <picture> element so the mark renders correctly against
both light and dark GitHub themes.

Other surfaces that still use the old "Z gradient" mark — favicon.svg,
the landing-page nav logo, the docs site favicon, the dashboard
favicon — are left as-is for a follow-up brand sweep so this commit
stays focused on the README.
Copilot AI review requested due to automatic review settings May 16, 2026 08:30
@pulkitpareek18 pulkitpareek18 enabled auto-merge (squash) May 16, 2026 08:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s branding assets by introducing a new ZeroAuth “fingerprint” mark (light/dark variants) and switching the README header logo rendering to support light/dark display.

Changes:

  • Replaces the README header logo with a <picture> element that selects a light or dark SVG variant.
  • Adds new static assets: public/zeroauth-mark.svg (black) and public/zeroauth-mark-dark.svg (white).

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Switches header logo markup to a <picture> with light/dark sources.
public/zeroauth-mark.svg Adds the new light-theme fingerprint mark asset.
public/zeroauth-mark-dark.svg Adds the new dark-theme fingerprint mark asset.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
…verywhere

This is the follow-up brand sweep to PR #52's README header change.
The new mark now appears across every brand surface that previously
showed the blue-gradient "Z":

- public/favicon.svg (browser favicon for zeroauth.dev + dashboard)
- public/index.html nav + footer (was inline SVG; now <img src> so all
  three READMEs/templates share one source of truth)
- website/static/img/zeroauth-favicon.svg (docs site favicon + nav)
- website/static/img/zeroauth-mark.svg (legacy docs brand mark file)
- dashboard/public/zeroauth-mark*.svg (dashboard dev/prod static)
- dashboard/src/components/layout/AppShell.tsx sidebar logo

The dark variant (white fingerprint on transparent) is referenced
from the landing nav/footer + dashboard sidebar because those surfaces
are dark-themed. The light variant (black fingerprint) is the canonical
mark for light-themed surfaces (browser favicons on light tabs, etc.).

Verified the landing page renders correctly via local preview.
@pulkitpareek18 pulkitpareek18 merged commit 8ed9ddc into main May 16, 2026
2 checks passed
@pulkitpareek18 pulkitpareek18 deleted the chore/update-readme-logo branch May 16, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants